Update README.md

This commit is contained in:
pathmapper
2019-02-09 10:09:05 +01:00
committed by GitHub
parent 7c4e982fb3
commit e3a9a8a38c
+3 -3
View File
@@ -47,9 +47,9 @@ maputnik --watch --file basic-v9.json
| Method | Description | Method | Description
|---------------------------------|--------------------------------------- |---------------------------------|---------------------------------------
| `GET /files` | List all configured style files | `GET /styles` | List the ID of all configured style files
| `GET /files/{filename}` | Get contents of a single style file | `GET /styles/{filename}` | Get contents of a single style file
| `PUT /files/{filename}` | Update contents of a style file | `PUT /styles/{filename}` | Update contents of a style file
| `WEBSOCKET /ws` | Listen to change events for the configured style files | `WEBSOCKET /ws` | Listen to change events for the configured style files
### Build ### Build