Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/gex/gex-core/src/commit/1797f179b4dbdaeb3cb54e30569417c1d8ff44b9/version.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
//
|
|
// Created by MightyPork on 2017/12/08.
|
|
//
|
|
// GEX version string
|
|
//
|
|
|
|
#ifndef GEX_VERSION_H
|
|
#define GEX_VERSION_H
|
|
|
|
#define GEX_VERSION "0.1.0"
|
|
|
|
#endif //GEX_VERSION_H
|
|
|