From 23be76e870f186e8f56287b1e82146e9694acd4c Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 27 六月 2023 11:23:12 +0800
Subject: [PATCH] 添加TB工具类

---
 ExportMap/Controllers/TerraController.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ExportMap/Controllers/TerraController.cs b/ExportMap/Controllers/TerraController.cs
index fd7055b..88033dd 100644
--- a/ExportMap/Controllers/TerraController.cs
+++ b/ExportMap/Controllers/TerraController.cs
@@ -21,8 +21,13 @@
         [HttpGet]
         public string GetTerrain(string path, int z, int x, int y)
         {
-
             return ".terrain";
         }
+
+        [HttpGet]
+        public string CreateMpt(string path, string token)
+        {
+            return path;
+        }
     }
 }

--
Gitblit v1.9.3