fix: mml2 for standard upf
This commit is contained in:
@@ -63,8 +63,8 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
func PostMMLToSUPF(w http.ResponseWriter, r *http.Request) {
|
||||
log.Info("PostMMLToSUPF processing... ")
|
||||
func PostMML2ToNF(w http.ResponseWriter, r *http.Request) {
|
||||
log.Info("PostMML2ToNF processing... ")
|
||||
|
||||
vars := mux.Vars(r)
|
||||
neType := vars["elementTypeValue"]
|
||||
|
||||
Reference in New Issue
Block a user