mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-05-09 10:06:44 +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();
|