mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component.
This commit is contained in:
parent
f5973d8ddb
commit
deae7f4f5d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
<script src="rooms/rooms-controller.js"></script>
|
||||
<script src="components/matrix/matrix-service.js"></script>
|
||||
<script src="components/fileInput/file-input-directive.js"></script>
|
||||
<script src="components/fileUpload/file-upload-service.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue