Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/680edf931b65167f1a206b0429351e326a54a1f5/rest/rest.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* api.h
|
|
*
|
|
* Created on: Mar 4, 2015
|
|
* Author: Minh
|
|
*/
|
|
|
|
#ifndef MODULES_API_H_
|
|
#define MODULES_API_H_
|
|
|
|
#include "cmd.h"
|
|
|
|
void REST_Setup(CmdPacket *cmd);
|
|
void REST_Request(CmdPacket *cmd);
|
|
void REST_SetHeader(CmdPacket *cmd);
|
|
|
|
#endif /* MODULES_INCLUDE_API_H_ */
|
|
|