- 
                Notifications
    
You must be signed in to change notification settings  - Fork 18
 
Closed
Labels
Description
my database name is "数据库.db" , because it's created and used by another software , I cann't change it to an English name.
Then I found when used : ws4sqlite --db 数据库.db
It showed:
ws4sqlite v0.16.5, based on sqlite v3.50.3
- Serving database '数据库' from 数据库.db?_pragma=journal_mode(WAL)
- No valid config file specified, using defaults
 - Using WAL
 
 - Web Service listening on 0.0.0.0:12321
 
But I cann't posted data on http://localhost:12321/数据库
reply:
{
"reqIdx": -1,
"error": "Cannot POST /%E6%95%B0%E6%8D%AE%E5%BA%93"
}
hope to fix it. Thank you.