some updates

This commit is contained in:
Namhyeon Go 2025-03-31 17:09:28 +09:00
parent 4372bdb09d
commit 56ee12741c
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ namespace WelsonJS.Launcher.Properties {
}
/// <summary>
/// http://localhost:3000과(와) 유사한 지역화된 문자열을 찾습니다.
/// http://localhost:3000/과(와) 유사한 지역화된 문자열을 찾습니다.
/// </summary>
internal static string ResourceServerPrefix {
get {

View File

@ -155,6 +155,6 @@
<value>https://github.com/gnh1201/welsonjs</value>
</data>
<data name="ResourceServerPrefix" xml:space="preserve">
<value>http://localhost:3000</value>
<value>http://localhost:3000/</value>
</data>
</root>