Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/e3fdf5d05659dbe5ce3f9661a4eb3202005b2be2/include/api.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* Copyright (c) 2017 Google, Inc
|
|
* Written by Simon Glass <sjg@chromium.org>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __API_H
|
|
#define __API_H
|
|
|
|
void api_init(void);
|
|
|
|
#endif
|
|
|