feat: Updates form routes and database routes to use id's in the url path.
This commit is contained in:
7
Sources/ViewController/Extensions/UUID+idString.swift
Normal file
7
Sources/ViewController/Extensions/UUID+idString.swift
Normal file
@@ -0,0 +1,7 @@
|
||||
import Foundation
|
||||
|
||||
extension UUID {
|
||||
var idString: String {
|
||||
uuidString.replacing("-", with: "")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user