diff --git a/code/websites/pokedex.online/src/views/GamemasterManager.vue b/code/websites/pokedex.online/src/views/GamemasterManager.vue index f32cc5e..07c5a7d 100644 --- a/code/websites/pokedex.online/src/views/GamemasterManager.vue +++ b/code/websites/pokedex.online/src/views/GamemasterManager.vue @@ -158,12 +158,14 @@ allFormsCostumes is comprehensive for complete data analysis.

-

Using the API

+

Using the API

Once data is saved to the server, other apps can access it via the Gamemaster API:

-
import { GamemasterClient } from './gamemaster-client.js';
+        
import { GamemasterClient } from './gamemaster-client.js';
 
 const gm = new GamemasterClient('/api/gamemaster');
 
@@ -309,7 +311,6 @@ function formatDate(dateString) {
   return new Date(dateString).toLocaleString();
 }
 
-