mirror of
https://ghproxy.net/https://github.com/fairpm/server.git
synced 2025-09-08 04:49:52 +08:00
12 lines
227 B
PHP
12 lines
227 B
PHP
<?php
|
|
/**
|
|
* Plugin Name: FAIR Server - API
|
|
* Description: API component of the FAIR Server.
|
|
*/
|
|
|
|
namespace FAIRServer\API;
|
|
|
|
require __DIR__ . '/inc/namespace.php';
|
|
require __DIR__ . '/inc/events/namespace.php';
|
|
|
|
bootstrap();
|