device simulator
This commit is contained in:
@@ -114,6 +114,7 @@ func buildMux() *http.ServeMux {
|
||||
mux.HandleFunc("GET /mintegral", MintegralPage)
|
||||
mux.HandleFunc("GET /mobile", MobilePage)
|
||||
mux.HandleFunc("GET /playworks", PlayworksPage)
|
||||
mux.HandleFunc("GET /device-simulator", DeviceSimulatorPage)
|
||||
mux.HandleFunc("GET /changelog", ChangelogPage)
|
||||
mux.HandleFunc("GET /assets/qrcode.min.js", MobileQrScript)
|
||||
|
||||
@@ -165,6 +166,10 @@ func buildMux() *http.ServeMux {
|
||||
mux.HandleFunc("POST /api/playworks/pickOutput", PlayworksPickOutput)
|
||||
mux.HandleFunc("POST /api/playworks/convert", PlayworksConvert)
|
||||
|
||||
// Device Simulator
|
||||
mux.HandleFunc("POST /api/device-simulator/pick", DeviceSimulatorPick)
|
||||
mux.HandleFunc("POST /api/device-simulator/load", DeviceSimulatorLoad)
|
||||
|
||||
return mux
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user